You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > SavGolayImpulse Method > SignalUtils.SavGolayImpulse Method ([In] TMtx, [In] TMtx, int, int, [In] TVec)
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.SavGolayImpulse Method ([In] TMtx, [In] TMtx, int, int, [In] TVec)

Design a Savitzky-Golay polynomial smoothing filter.

Syntax
C#
Visual Basic
public static void SavGolayImpulse([In] TMtx H, [In] TMtx Diff, int FrameSize, int Order, [In] TVec Weights);

Compute a Savitzky-Golay polynomial smoothing filter. The resulting filter is placed in matrix H. Only the center row of H is used for filtering, the upper and lower part of the H matrix are applied to the transition region when the signal starts and stops. Diff contains differentiation filters. Weights contain weights for the least square minization. Order must be less then FrameSize and FrameSize must be Odd. On input, the H.FloatPrecision and Weights.FloatPrecision (if present) need to match.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!